/***********************自定义**********************************************************/
/*公共样式--开始*/
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}
hr{
	border:1px solid #0060b0;
}
.textwidget,.widget-title{
	color:#0060b0;
}
*{box-sizing: border-box;margin:0;padding:0;}
html, body {
    min-height: 100%;
	background-color:#fff!important;
}

body {
    font-family: "Microsoft YaHei";
    font-size:14px;
    color:#676767;
}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
ul,ol,li {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
	max-width:100%;
}

a {
    text-decoration: none;
    color: #232323;
}
a:hover{
	text-decoration:none;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input, textarea {
    outline: none;
    border: none;
}

textarea {
    resize: none;
    overflow: auto;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow:hidden;
}

.fl {
    float: left
}

.fr {
    float: right
}

.tl {
    text-align: left;
}

.tc {
    text-align: center
}

.tr {
    text-align: right;
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inline{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.center{width:1200px;margin:20px auto;}


.newHeader{
	width:1200px;
	height:132px;
	margin:0 auto;
	position:relative;
}
.lan {
    position: absolute;
    height: 25px;
    background-color:#0060b0;
    padding: 0 8px;
    border-radius: 0 0 8px 8px;
    top: 0;
    right: -20px;
	color:#fff;
}
.lan .en{
	color:#fff;
	font-size:13px;
}
.newHeader table{
	height:130px;
}

.nav_bg{
	width: 100%;
    height: 41px;
    background:#0060b0;
}
#menu-top{
	width:1050px;
	margin:0 auto;
}
.menu > li{
    float: left;
    width: 150px;
    padding: 10px 0px;
    text-align: center;
	font-size:14px;
    position: relative;
}
.menu > li>a:hover{
	color:#fff;
}
.menu >li > a{
	color:#fff;
	display: block;
    color: #fff;
    border-right: 1px solid #fff;
}
.sub-menu{
	width:150px;
	position:absolute;
	top:40px;
	z-index:1111111111;
	display:none;
}
.menu .sub-menu li{
	text-align:left;
	float:none;
	width:150px;
	background:#0060b0;
	border:none;
	padding:0;
}
.menu .sub-menu li a{
	display:inline-block;
	width:150px;
	padding:10px 0;
	text-indent:22px;
	color:#fff;
}
.menu .sub-menu li a:hover{
	background-color:#ccc;
	color:#fff;
}
.top{
	margin:25px auto;
}
.btnbox td{
	width:30%;
    text-align: center;
}
.djs{
	width:350px;
	height:100%;
	background-color:#dde2e7;
	border-radius:10px;
}
.h2-list {
	width:350px;
	margin:30px auto;
	position:relative;
}
.bg-b{
	position:absolute;
	background:#604c3f;
	height:2px;
	width:60px;
	left:50%;
	margin-left: -30px;
    bottom: -10px;
}
.h2-list span{
	display:block;
}
.scp1 span,.scp1 i{
	display:block;
	color:#604c3f;
	text-align:center;
	font-weight:100;
	letter-spacing:1px;
	font-size:28px;
	font-style:normal;
}

/*=================================================================
  六大展区
==================================================================*/

.six-public{
	margin:0 auto;
}
.six-public .teshu_li{
	width:100px;
}
.six-public li{
	float:left;
	width:250px;
	position:relative;
	cursor:pointer;
	transition:1s;
	margin:15px 10px;
	overflow:hidden;
}
.item-bg{width:250px;height:200px;}
.m-bg{
	width:100%;
	height:100%;
	position:absolute;
	bottom:-160px;left:0;
	background:rgba(1,25,53,0.85);
	transition:0.5s;
}
.m-cont{
	position:absolute;
	left:0;top:0;right:0;bottom:0;
	margin:auto;
}
.item-icon{
	width:70px;
	height:70px;
	margin:-40px auto;
	transition:.4s;
	opacity:0;
}
.item-title{
	font-size:14px;
	color:#fff;
	width:100%;
	text-align:center;
	line-height:25px;
	position:absolute;
	bottom:10px;
	left:0;
	transition:0.5s;
	letter-spacing:1px
}
.item a{
	display:block;
}

.item a:hover .item-title {
	bottom:65px;
}
.item a:hover .item-icon{
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	opacity:1;
	margin:20px auto;
}
.item-link{
	position:absolute;
	left:50%;
	bottom:-40px;
	margin-left:-45px;
	border:1px solid #fff;
    width: 90px;
    height: 30px;
    line-height: 30px;
	text-align:center;
	border-radius:5px;
    color: #FFF;
    opacity: 0;
	transition:0.4s;
}
.item a:hover .item-link{
	opacity: 1;
	bottom:20px;
	
}
.item a:hover .m-bg{
	background:rgba(1,25,53,0.65);
	bottom:0;
}


/*图片轮播*/
/* 以下为轮播图样式 */
.slideBox{ width:100%;overflow:hidden; position:relative; }
		.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
		.slideBox .hd ul li.on{ background:#f00; color:#fff; }
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width:100%;height:auto;display:block;  }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideBox .prev,
		.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(image/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
		.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
		.slideBox .prev:hover,
		.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
		.slideBox .prevStop{ display:none;  }
		.slideBox .nextStop{ display:none;  }

/****************************************************************************/
/*图片轮播22222222222*/
/* 以下为轮播图样22222222222222222222222222222 */
.slideBox2{width:925px;overflow:hidden; position:relative; }
		.slideBox2 .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
		.slideBox2 .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox2 .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
		.slideBox2 .hd ul li.on{ background:#f00; color:#fff; }
		.slideBox2 .bd{ position:relative;height:100%; z-index:0; border:2px solid #00997b;background:#fff;padding:10px 0; }
		.slideBox2 .bd li{ zoom:1; vertical-align:middle;text-align:center; }
		.slideBox2 .bd img{ height:240px;display:inline-block;  }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideBox2 .prev,
		.slideBox2 .next{ position:absolute; left:5%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(image/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
		.slideBox2 .next{ left:auto; right:5%; background-position:8px 5px; }
		.slideBox2 .prev:hover,
		.slideBox2 .next:hover{ filter:alpha(opacity=100);opacity:1;  }
		.slideBox2 .prevStop{ display:none;  }
		.slideBox2 .nextStop{ display:none;  }

/****************************************************************************/

/* 以下为轮播图样22222222222222222222222222222 */
.slideBox3{width:1200px;overflow:hidden; position:relative;margin:10px auto;}
		.slideBox3 .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
		.slideBox3 .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox3 .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
		.slideBox3 .hd ul li.on{ background:#f00; color:#fff; }
		.slideBox3 .bd{width:90%;margin:0px auto; position:relative; height:370px; z-index:0;background:#fff;padding:20px 0; }
		.slideBox3 .bd li{ zoom:1; vertical-align:middle;text-align:center; }
		.slideBox3 .bd img{ display:inline-block;  }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideBox3 .prev,
		.slideBox3 .next{ position:absolute; left:1%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(image/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
		.slideBox3 .next{ left:auto; right:1%; background-position:8px 5px; }
		.slideBox3 .prev:hover,
		.slideBox3 .next:hover{ filter:alpha(opacity=100);opacity:1;  }
		.slideBox3 .prevStop{ display:none;  }
		.slideBox3 .nextStop{ display:none;  }

/****************************************************************************/

.about-us{
	width:100%;
	padding:50px 0;
	background:#f2f2f2;
}
.about-content{
	width:1200px;
	height:370px;
	margin:0 auto;
}
.about-content div{
	float:left;
	width:380px;
	background:#fff;
	margin:0px 10px;
	position:relative;
}
.about-content div img{
	display:block;
	margin-bottom:20px;
}
.about-content div p{
	text-indent:2em;
}
.about-content div p{
	font-size:14px;
	margin-top:10px;
	color:#604c3f;
}
.about-content div p a{
	display:block;
	border-top:1px solid #CCC;
	padding:10px;
	text-align:center;
	text-indent:0em;
}

.about-content div p.dj{
	position:absolute;
	width:100%;
	height:85px;
	background:rgba(96,76,63,0.6);
	font-size:28px;
	color:#fff;
	text-align:center;
	line-height:85px;
	text-indent:0;
	top:60px;	
}
.exhbition-box{
	width:100%;
	padding-top:1px;
	background:url(image/exhbition-boxbg.jpg) no-repeat 0 0;
}
.exhbition-main{
	width:1200px;
	height:380px;
	margin:0 auto;
}
.video{
	width:450px;
	margin: 15px 0px;
}
.video video {
width:450px;	
}
.story-r{
	width: 700px;
    margin-left: 50px;
	float:right;
}
.story-r h2{
	text-align:center;
	font-size:18px;
	font-family:"微软雅黑";
	color:#333;
	font-weight:400;
	padding-top:20px;
}
.story-r P {
    font-size: 15px;
    line-height: 25px;
    margin: 10px 0;
    padding:0px 20px;
    text-indent: 2em;
}
.button {
    width: 455px;
    margin: 20px auto;
    text-align: center;
}
.button a {
    display: inline-block;
    width: 200px;
    padding: 10px;
    margin: 0 12px 15px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 150ms;
    border: 1px solid #0d55ac;
    color: #0d55ac;
    text-align: center;
    border-radius: 5px;
}
.button a.free-word {
    border: 1px solid #604c3f;
    font-size: 14px;
    color:#604c3f;
}
/*=================================================================
新闻中心
==================================================================*/
.news .h2-title{
	margin:0px auto 70px;
}
.news .new_title{
	margin:20px 0;
}
.news-content ul li{
	margin:20px 0;
	text-align:left;
	border-bottom:1px dashed #ADADAD;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.new_title img {
    margin-right: 8px;
}
.news-content ul li p{
	text-align:left;
}
.news-content .col-lg-4{
	float:left;
	width:360px;
	margin:0px 20px;
}
.news-more{
	float:right;
	width:90px;
	height:30px;
	border:1px solid #604c3f;
	text-align:center;
	line-height:30px;
	color:#604c3f;
	border-radius:5px;
}
.news-more:hover{
	color:#333;
	text-decoration:none;
}
.ul-li{
	width:100%;
}

.ul-li li{
	float:left;
	width:20%;
	margin-right: 1%;
}
.ul-li li img{
	height:166px;
}
/*=================================================================
无缝滚动
==================================================================*/
.element1{overflow:hidden;}
.element{overflow:hidden;}

.element1 ul li{float:left;}
.element ul li{float:left;}

.branding .element ul li a{
	display:block;
	padding:20px;
	width:160px;
	height:80px;
	border:1px solid #d1d1d1;
	margin:10px;
}
.media .element1 ul li a{
	display:block;
	padding:20px;
	width:160px;
	height:auto;
	border:1px solid #d1d1d1;
	margin:10px;	
}
.media .element ul li a{
	display:block;
	padding:20px;
	width:360px;
	height:auto;
	border:1px solid #d1d1d1;
	margin:10px;	
}
.btn_mr a{
	display:block;
	width:140px;
	height:35px;
	text-align:center;
	line-height:35px;
	color:#604c3f;
	font-size:14px;
	margin:50px auto;
	border:1px solid #604c3f;
}
.footer{
	width:100%;
	height:200px;
	padding:20px 0;
	margin-top:50px;
	border-top:2px solid #0060b0;
	
}
.wx{
	position:absolute;
	right:179px;
	top:27px;
}
.wx .top{margin-top:10px;}
.wx p{
  text-align:center;
  font-size:14px;
  color: #000;
}
.BottomList{
	border:2p solid #604c3f;
	position:relative;
}
.BottomList .menu >li> a{
	color:#000;
	font-size:14px;
}
.BottomList .sub-menu{
	display:block;
}
.BottomList .sub-menu li{
	background:#fff;
	text-align:center;
}
.BottomList .sub-menu li a{
	color:#676767;
	text-indent:inherit;
	padding:0;
}
.BottomList .sub-menu li a:hover{
	background-color:#fff;
	color:#676767;
}
.BottomList .menu > li>a:hover{
	background-color:#fff;
	color:#676767;
}
 .BottomList .menu-item-11,.BottomList  .menu-item-17{
	display:none;
}
#menu-top-1{
	width:910px;
	margin:0 auto;
}
.copyright{
	width:100%;
	padding:15px 0;
	color:#fff;
	text-align:center;
	background: #0060b0;
}
#menu-item-95 a{
	border:none;
}
/*******************page****************************/

.main_left{
	width:70%;
}
.main_right{
	width:25%;
	margin-left:5%;
}
 .content-catid {
    width: 1200px;
    height: 50px;
    line-height:50px;
    margin: 20px auto;
    padding: 0px 25px;
	border-bottom:1px solid #0060b0;
}
.catid-title{color:#0060b0;font-size:16px;}
.content-catid a {
    color: #8c8989;
} 
.entry-content{margin-top:20px;}
.page-box-right .wx p{
	display:inline-block;
	width:45%;
	
}
.bar-h3{
    COLOR: #0060b0;
    FONT-SIZE: 18px;
    font-weight: bold;
	border-bottom:1px solid #0060b0;
	margin-bottom:20px;
	text-align:left;
	padding-bottom:10px;
	margin-top:10px;
}
.bar-h3 img{
	margin-right:10px;
	vertical-align:bottom;
}
.bar-list a {
    display: inline-block;
    width: 40%;
    margin: 5px 0;
}
.page-main .entry-title{
	display:none;
}
.entry-title{
	text-align:center;
}
.entry-title{
    margin-left: auto;
    margin-right: auto;
    color: #413c3b;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top:5px;
    letter-spacing: 1px;
}
.entry-content{
	padding:0 2em;
	line-height:23px;
}
.entry-content p{
	margin:10px auto;
}

.edit-link,.entry-meta{display:none !important;}
#nav_menu-2{height:300px;}
.cewm a{
	display:block;
	margin:10px 0;
}
.lx_box{margin:10px 0;}
.sbr_wx p{
	width:50%;
	float:left;
	text-align:center;
}
.spa_w{
	width:200px;
	margin:0 auto;
}
.spa_w p {
    margin: 5px 0;
    text-indent: 4px;
}
/*******************新闻列表********************************/
.archive .entry-content{
	display:none;
}
.archive .main_left{padding:10px 30px;background-color:#fefefe;}
.archive .entry-title a{
	display:block;
	text-align:left;
	font-weight:normal;
	margin:10px 0;
	color:#0060b0;
}
.archive .zy{
	padding:10px;
}
.link-more{
	padding:10px 0px;
	border-bottom:1px dashed #0060b0;
	margin-bottom:33px;
}
.link-more a{
	color:#F00;
}
.link-more .screen-reader-text{
	color:#676767;
	float:left;
}
.single .entry-footer{
	display:none;
}

/***********************后台模板自定义样式***********************************/
.img-box a{
	float:left;
	width:31%;
	margin:1%;
}
/**表格**/
.form-list {
    border: 1px solid #ccc;
    padding: 20px;
}
.form-list input {
    border: 1px solid #979797;
    padding: 5px;
    margin-left: 5px;
    width: 500px;
}
.form-list table td {
    padding: 10px;
}
.red {
    color: #F00;
    font-style: normal;
    vertical-align: middle;
    padding: 5px;
}
.form-list table textarea {
    border: 1px solid #979797;
}
.submit-box .submit {
    display: inline-block;
    width: 140px;
    height: 35px;
    text-align: center;
    line-height: 25px;
    color: #ff7208;
    font-size: 14px;
    border: 1px solid #ff7208;
    background: none;
}
.submit-box .reset {
    display: inline-block;
    width: 140px;
    height: 35px;
    text-align: center;
    line-height: 25px;
    color: #ff7208;
    font-size: 14px;
    border: 1px solid #ff7208;
    background: none;
}
.form-list2 {
    border: 1px solid #979797;
    padding: 20px;
}
.line1 {
    width: 100%;
    height: 1px;
    border-top: 1px dashed #000;
    margin: 10px 0;
}
.form-list2 table {
    border-collapse: collapse;
    table-layout: fixed;
}
.form-list2 input {
    border: 1px solid #979797;
}
.form-list2 .submit {
    display: inline-block;
    width: 140px;
    height: 35px;
    text-align: center;
    line-height: 25px;
    color: #ff7208;
    font-size: 14px;
    border: 1px solid #ff7208;
    background: none;
}
.form-list2 .reset {
    display: inline-block;
    width: 140px;
    height: 35px;
    text-align: center;
    line-height: 25px;
    color: #ff7208;
    font-size: 14px;
    border: 1px solid #ff7208;
    background: none;
}
.dotbox input {
    border: 1px solid #979797;
}
.dotbox .submit {
    display: inline-block;
    width: 140px;
    height: 35px;
    text-align: center;
    line-height: 25px;
    color: #ff7208;
    font-size: 14px;
    border: 1px solid #ff7208;
    background: none;
}
.dotbox .reset {
    display: inline-block;
    width: 140px;
    height: 35px;
    text-align: center;
    line-height: 25px;
    color: #ff7208;
    font-size: 14px;
    border: 1px solid #ff7208;
    background: none;
}
.dotbox textarea{
	border: 1px solid #979797;
}

.media-logo li{
	border:1px solid #CCC;
}
.media-logo li a{
	display: block;
    padding: 20px;
    width: 160px;
    height: 100px;
    border: 1px solid #d1d1d1;
    margin: 10px;
}
#element_id ul li a {
    display: block;
    padding: 20px;
    width: 360px;
	height:auto;
	text-align:center;
    border: 1px solid #d1d1d1;
    margin: 10px;
}
#element_id ul li a img{
	height:130px;
}
	.wap-img{display:none;}
	.pc-img{display:block;}
	.wap-icon{display:none;}
/*********************展位预定**********************************/	
.cont-table {
    border: #ccc solid 1px;
}
.cont-table .tle-td {
    background: #eee;
}
.cont-table tr td {
    line-height: 3em;
    text-indent: 1em;
}
.cont-table td {
    border: #ccc solid 1px;
}
.cont-table td input {
    line-height: 2em;
	border:1px solid #ccc;
}
.cont-table td .red {
    color: #f00;
    font-size: 12px;
}
.cont-table td textarea {
    font-family: 'Microsoft YaHei';
	border:1px solid #ccc;
}
#re-button{width:100px;height:30px;}
#datebox{
	font-size:16px;
	color:#000;
}
#datebox span{
font-size:30px;
color:#333;	
padding:0 5px;
border-bottom:2px solid #ffcc00;
}
#post-102 .entry-content li a {
    display: block;
    width: 150px;
    height: 56px;
    border: 1px solid #CCC;
    padding: 5px;
    margin: 10px 5px;
}
.fw table td span{
	display:block;
	padding:10px 0;
}
.fw ul li{
	border:1px solid #ccc;
	padding:10px;
	margin:5px;
}
.tz{
	width:100%;
	height:100%;
	position:relative;
}
.tzb{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	position:fixed;
	top:0;;left:0;
	z-index:111111111;
}
.tz img{
	width:1200px;
	height:490px;
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-245px;
	margin-left:-600px;
	z-index:1111111111111;
}
.tz img:hover{
	cursor:pointer;
}
/*漂浮窗*****************************
.conent{width:200px;position:absolute;top:20px;}
		.conent .sition{position:relative;}
		.conent .sition .c_header{text-align:center;cursor:move;}
		.conent .sition .c_header .txt{color:#F00;font-weight:600;font-size:15px;line-height:30px;box-shadow:1px 1px 1px 1px #000;text-shadow:1px 1px 1px #000;padding:5px 8px;}
		.conent .sition .sign{width:0px;height:10px;border:2px solid #000;display:block;position:absolute;top:27px;left:46px;}
		.data{width:260px;height:130px;margin:255px auto;color:#036;}
		.data p{line-height:20px;}
		.data p .high{color:red;}
		.data p .dispaly{color:#00F;}**/
		
/********************展商名单**********************/
.zs_list .list_td td{
	text-align:center;
	height:50px;
	line-height:50px;
	font-size:18px;
	font-weight:bold;
}
.zs_list td{
	text-indent:20px;
	background:#0060b0;
	color:#fff;
	height:30px;
	line-height:30px;
	text-transform:uppercase;
}
.page-links{
	width:500px;
	margin:20px auto;
	text-align:center;
}
.page-links a{
	display:inline-block;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	color:#FFF;
	background:#0060b0;
	margin:0 5px;
}
.videolist { position:relative; float:left; width:450px; height:300px; margin-right:50px; margin-top:5px; margin-bottom:30px; }
	  .videolist:hover{ cursor: pointer; }
	  .videoed { display:none; width:50px; height:50px; position: absolute; left:45%; top:45%; z-index:99; border-radius:100%; }
	  .videos{ display:none; border: 1px solid #080808; position:fixed; left:50%; top:50%; margin-left:-320px; margin-top:-210px; z-index:100; width:640px; height:360px; }
	  .vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }
/*****************响应式*************************/
/*****************开年动画*************************/
.new_tc{width:100%;   position:fixed;background:url(http://www.bakeryexpo.cn/wp-content/uploads/2020/01/123.png) repeat 0 0;z-index:9999999999999999999;display:none;}
.gb_div{
   position:fixed;
   top: 20%;
   left: 50%;
   transform: translateX(-50%);
	}
.gb_div .gb{
	position:absolute;
	right:10px;
	top:10px;
}
/*****************新增主题展区样式*************************/
.theme_bg{
	width:100%;
	padding-top:20px;
	overflow:hidden;
	background:url(image/theme_bg.jpg) no-repeat 0 0;
}
.theme_bg h2 {
	width:230px;
	height:50px;
	text-indent:2em;
	font-weight:bold;
	line-height:50px;
    color: #fff;
    background:url(image/theme_he_bg.png) no-repeat 0 0;
}
.best_news li a{
	font-size:14px;
	margin-top:10px;
	display:inline-block;
}
.theme_conact{
	width:200px;
	margin-left:40px;
}
.theme_conact a{
	display:inline-block;
	margin:7px 0;
}
.theme_light_1{
	width:48%;
	height:280px;
	margin-top: 20px;
    border: 1px solid #dddddd;
	border-top:2px solid #0060b0;
    padding: 3% 1.5% 0 1.5%;
	margin-right:4%;
}
.theme_light_2{
	width:48%;
	height:280px;
	margin-top: 20px;
    border: 1px solid #dddddd;
	border-top:2px solid #0060b0;
    padding: 3% 1.5% 3% 1.5%;
}
.theme_light_1 a,.theme_light_2 a{
	font-weight: bold;
    margin-top: 0;
    font-size: 16px;
    line-height: 1.6;
	color:#0060b0;
	margin-bottom:10px;
	display:inline-block;
}
.theme_need_bg{
	width:100%;
	padding:30px 0;
	background:#0060b0;
}
.theme_need_table h2{
	font-weight: 700;
    margin-bottom: 20px;
    font-size:18px;
	text-align:left;
	color:#0060b0;
}
.theme_need_table p{
	line-height:23px;
	text-align:left;
	font-size:14px;
}
.zhanpin_table td{
	padding:5px 0;
	
}
.zhanpin_table td p{
 	border:1px solid #dddddd;
	border-top:none;
	padding:10px 0;
}
.zhanpin_table td p span{
	display:inline-block;
	width:35%;
	margin:0 auto;
	text-align:left;
}
#m_footer_menu{display:none;}

/*****************新增主题展区样式结束*************************/
@media screen and (max-width: 420px) and (min-width: 320px){
	body{
		min-width:320px;
		max-width:421px;
	}
	.wap-icon,.wap-img{display:block;}
	.pc-img{display:none;}
	.center{width:100%;}
	.about-content {
    width: 100%;
    height: auto;
    margin: 0 auto;	
	}
	.newHeader{width:100%;height:100px;}
	.story-r h2 {
    padding-top:20px;
}
	.newHeader table {
    height:auto;
}
	.wap-img{
		width:100%;
	}
	.footer{
		display:none;
	}
	.news-content .col-lg-4 {
    float:none;
    width: 100%;
    margin:0px;
}
.news-content .col-lg-4 li{padding-left:10px;}
.h2-list {
    width: 100%;
    margin: 20px auto;
    position: relative;
}
#picMarquee-left,#picMarquee-left1{display:none;}
.about-content div {
    float: left;
    width: 100%;
    background: #fff;
    margin:0px;
    position: relative;
}
.lan {
 display:none;
}
.menu > li {
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    font-size: 14px;
    position:static;
	float:none;
}
.menu >li > a {
    border:none;
}
.nav_bg {
    width: 100%;
	height:auto;
    background: #0060b0;
}
.wap-img{
	width:80%;
}
.pc-icon img{
	text-align:left !important;
}
.wap-meau{
	display:block;
	width:35px;
	height:35px;
	position:absolute;
	top:25%;
	right:5%;
}
.sub-menu {
    width:100%;
    display: none;
	position:static;
}
.menu .sub-menu li {
    text-align: center;
    float: none;
    width:100%;
    background: #ccc;
    border: none;
    padding: 0;
}
.menu .sub-menu li a {
    display: inline-block;
    width: 100%;
	text-align:center;
	text-indent:inherit;
    color: #fff;
}

.menu > li>a:hover {
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	background-color: #0060b0;
}
#menu-top{display:none;}
.story-r {
    width:100%;
    margin:0px;
    float:none;
}
.exhbition-main{width:100%;height:auto;}
.button {
    width:100%;
    margin: 20px auto;
    text-align: center;
}
.story-r-p1{display:none;}
.news-more{margin:10px;}
.main_right{
	display:none;
	margin:0;
}
.main_left{width:100%;}
.img-box a {
    float:none;
    width: 100%;
    margin: 0;
	text-align:center;
	display:block;
}
.content-catid {
    width:100%;
	height:auto;
	line-height:20px;
}
.item-bg{width:auto;height:auto;}
.six-public li{
	float:left;
	width:40%;
	position:relative;
	cursor:pointer;
	transition:1s;
	margin:15px 10px;
	overflow:hidden;
}
#menu-top {
    width: 100%;
}
#datebox{
	display:none;
}
.video {
    width:100%;
	float:none;
    margin:0 auto;
	text-align:center;
	display:none;
}
.video video{
	width:300px;
	margin:10px auto;
}
.djs,.teshu_li,.item-icon{
	display:none;
}
#m_footer_menu{display:block;}
.m_footer_menu { background:#0060b0;}
.m_footer_menu { height:3rem;position: fixed; z-index:9090; width:100%; box-sizing: border-box;background:#0060b0; bottom:0; left:0; display:block; display:block;}
.m_footer_menu ul li { float:left; width:25%; text-align:center;display: flex;align-items: center;justify-content: center;height: 2.8rem; box-sizing:border-box;}
.m_footer_menu ul li i { margin: 0 auto;width: 1.2rem;height:1.2rem; line-height:1.2rem; display: block; color:#fff; font-size:1.2rem;}
.m_footer_menu ul li span { display:block; font-size:0.8rem; color:#fff; margin-top:.1rem;}


}




